'Declaration
Public Function SaveAsByteArray( _ ByVal ImageID As Integer, _ ByRef Data() As Byte, _ ByRef Length As Integer, _ ByVal ImageFormat As DocumentFormat, _ ByVal EncoderParameter As Integer _ ) As GdPictureStatus
public GdPictureStatus SaveAsByteArray( int ImageID, ref byte[] Data, ref int Length, DocumentFormat ImageFormat, int EncoderParameter )
public function SaveAsByteArray( ImageID: Integer; var Data: Bytearray of; var Length: Integer; ImageFormat: DocumentFormat; EncoderParameter: Integer ): GdPictureStatus;
public function SaveAsByteArray( ImageID : int, Data : byte[], Length : int, ImageFormat : DocumentFormat, EncoderParameter : int ) : GdPictureStatus;
public: GdPictureStatus SaveAsByteArray( int ImageID, ref byte[]* Data, ref int Length, DocumentFormat ImageFormat, int EncoderParameter )
public: GdPictureStatus SaveAsByteArray( int ImageID, array<byte>^% Data, int% Length, DocumentFormat ImageFormat, int EncoderParameter )
Parameters
- ImageID
- Data
- Length
- ImageFormat
- EncoderParameter